OUTPut<Pt>...    Related Topics

This subsystem controls the characteristics of the analyzer’s output ports.  

 

Command tree: OUTPut<Pt>

:DPORt

:UPORt

[:VALue]


OUTPut<Chn>:DPORt PORT1 | PORT2 | PORT3 | PORT4

Selects a source port for the stimulus signal (drive port). The setting acts on the active trace. The effect of the drive port selection depends on the measurement parameter associated to the active trace:

Note: This command is equivalent to [SENSe<Chn>:]SWEep:SRCPort.

<Chn>

Channel number used to identify the active trace. If unspecified the numeric suffix is set to 1.

 

PORT1 ...

Test port number of the analyzer, 1 to 2, 3 or 4, depending on the analyzer model.

*RST value

PORT1

 

SCPI, Command Types

Device-specific, with query.

 

Example:

CALC4:PAR:SDEF 'Ch4Tr1', 'A1'

Create channel 4 and a trace named Ch4Tr1 to measure the wave quantity a1. The trace automatically becomes the active trace.  

OUTP4:DPOR PORT2

Select drive port 2 for the active trace.

 


OUTPut<Ch>:UPORt[:VALue] <numeric_value>

Sets or queries a channel-dependent four-bit binary value to control four independent output signals at the USER CONTROL connector (lines 8, 9, 10, 11). The output signals are 3.3 V TTL signals which can be used to differentiate between up to 16 independent analyzer states. OUTPut<Ch>:UPORt[:VALue] itself does not change the analyzer state.

Channel bit definition and activation

The channel bits have the following properties:  

You can use the active channel number as a parameter for OUTPut<Ch>:UPORt[:VALue] and monitor the activity of up to 16 different channels at the USER CONTROL connector; see example below. You can also use the USER CONTROL output signals as channel-dependent trigger signals for external devices. Use CONTrol:AUXiliary:C[:DATA] to transfer the four bit value in decimal representation.

<Ch>

Channel number.

 

<numeric_value>

Binary value.

Range [def. unit]

#B0000 to #B1111 (for setting command), 0 to 15 (query) [–]  

The transferred values correspond to the following states of the USER CONTROL connector:
#B0000 – no signal at any of the four pins 8, 9, 10, 11
#B0001 – output signal at pin 8
#B0010 – output signal at pin 9
#B0011 – output signal at pin 8 and 9
...
#B1111 – output signal at pin 8, 9, 10 and 11

*RST value

#B0000 (0)

 

SCPI, Command Types

Confirmed, command or query. The query returns a decimal value.

 

Example:

*RST; OUTP1:UPOR #B0001

Assign the channel bit value #B0001 to the active channel no. 1. The analyzer performs a measurement in channel no. 1, therefore the output signal at pin 8 is switched on.

CONF:CHAN2:STAT ON; OUTP2:UPOR #B0020

Create channel no. 2, causing it to become the active channel, and assign the channel bit value #B0002. The analyzer performs no measurement in channel no. 2, therefore the output signal is not changed.

CALC2:PAR:SDEF 'Ch2Tr1', 'S11'

Create a trace named 'Ch2Tr1' and assign it to channel 2. While the analyzer measures in channel 2, the output signal changes from pin 8 to pin 9.